-- card: 4541 from stack: in.0 -- bmap block id: 4859 -- flags: 0000 -- background id: 10646 -- name: how to use this stack ----- HyperTalk script ----- -- Show intro text on openCard lock screen displayText 0 unlock screen with dissolve end openCard -- RadioBtn handler - dehilite all other btns, then hilite target on doHilite repeat with n = 1 to 12 set the hilite of btn ("B" & n) to false end repeat set the hilite of the target to true end doHilite on closeCard put empty into cd fld "textDisplay" repeat with n = 1 to 10 set the hilite of btn ("B" & n) to false end repeat end closeCard -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=40 top=58 right=97 bottom=165 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 12 -- part name: -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=40 top=129 right=157 bottom=165 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 12 -- part name: -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=40 top=208 right=247 bottom=165 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 12 -- part name: -- part 5 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=32 top=280 right=319 bottom=165 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 12 -- part name: -- part 6 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=308 top=76 right=336 bottom=460 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 14 -- style flags: 0 -- line height: 15 -- part name: textDisplay -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=194 top=62 right=91 bottom=221 -- title width / last selected line: 0 -- icon id / first selected line: 24471 / 24471 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B1 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 1 end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=239 top=60 right=93 bottom=266 -- title width / last selected line: 0 -- icon id / first selected line: 10112 / 10112 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B3 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 3 end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=181 top=116 right=149 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 178 / 178 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B4 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 4 end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=181 top=155 right=188 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 5551 / 5551 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B6 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 5 end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=217 top=155 right=188 bottom=244 -- title width / last selected line: 0 -- icon id / first selected line: 5552 / 5552 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B7 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 6 end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=253 top=155 right=188 bottom=280 -- title width / last selected line: 0 -- icon id / first selected line: 5553 / 5553 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B8 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 7 end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=190 top=208 right=238 bottom=226 -- title width / last selected line: 0 -- icon id / first selected line: 14077 / 14077 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B9 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 8 end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=233 top=208 right=238 bottom=269 -- title width / last selected line: 0 -- icon id / first selected line: 3720 / 3720 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B10 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 9 end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=171 top=279 right=326 bottom=225 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B12 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 10 end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=232 top=293 right=310 bottom=300 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B2 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 11 end mouseUp -- part 21 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=0 top=10 right=33 bottom=464 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 18 -- style flags: 2048 -- line height: 20 -- part name: -- part 7 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=4 top=5 right=283 bottom=166 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 12 -- part name: text -- part 24 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=254 top=118 right=147 bottom=278 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B5 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 2 end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=209 top=237 right=267 bottom=247 -- title width / last selected line: 0 -- icon id / first selected line: 5233 / 5233 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: B11 ----- HyperTalk script ----- -- "doHilite" is in the cd script; "displayText" is in the stack scr. on mouseUp doHilite displayText 12 end mouseUp -- part contents for background part 8 ----- text ----- How To Use This Stack -- part contents for card part 2 ----- text ----- Buttons to help you use the training in the way you like best -- part contents for card part 3 ----- text ----- Buttons to take you to menus -- part contents for card part 4 ----- text ----- Buttons to take you to previous or new pieces of information -- part contents for card part 5 ----- text ----- Buttons to begin animations or demonstrations -- part contents for card part 7 ----- text ----- [0] Here are samples of the buttons you will encounter in this stack. CLICK ON THEM here to learn what they will do (when you go back to the menu & start using the stack, these buttons will be functional). [1] This button takes you to the stack map. You can choose to have the map be graphic or an index. You can go from the map to any part of the training. THERE IS ALSO A QUIT BUTTON IN THE MAP. One way to quit from this training is to go to the map and click the Quit button. [2] This button will return you to a menu. You won’t see it often—just in the beginning of this training. [3] When you click this option, a dialog box will appear, asking if you want to quit, or go to your Home stack. WHEN YOU WANT TO QUIT, click this Home button. [4] As its name implies, this button will always take you to the Main Menu for this training. [5] This button will take you to the first of three submenus for this training: the “HyperCard Basics” menu. You will only see this button when you are working through the material in the Basics section. [6] This button will take you back to the second of three submenus for this training: the “HyperCard Nuts & Bolts” menu, where you can learn about HyperCard objects. You will only see this button when you are working through the material in the second section. [7] This button will take you to the third of three submenus for this training: the “User Support” menu. You will only see this button when you are working through the material in the User Support section. [8] If you are in a section of the training that has several screens of information about one topic, this button will take you to the preceding piece of information. You won’t see this button often. [9] If you are in a section of the training that has several screens of information about one topic, this button will take you to the next piece of linked information. You won’t see this button often. [10] This button will make an animation happen. [11] This button will demonstrate a HyperCard process. [12] You will see this button when you are examining a screen shot of a HyperCard 2.0 feature. Click it to return to information about the feature. [13]If you encounter new words in the training, or if you have forgotten the definition of a word, click on the word. This will bring up the “FIND” dialog box. You can learn more about this dialog box by clicking on the middle button in the top row here. [14] -- part contents for card part 21 ----- text ----- HOW TO USE THIS STACK